From c99da5ee5d5409364a1685cf8c47eb71b57224e5 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Fri, 7 Aug 2009 21:17:35 +0200 Subject: [PATCH] Add $(EXEEXT) to tools in Makefile.ams to fix win32 compilation --- docs/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 48905f1..17d01ca 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,7 +1,7 @@ # programs used for doc creation -babl_fish_path_dhtml = $(top_builddir)/tests/babl_fish_path_dhtml -babl_fish_path_fitness = $(top_builddir)/tests/babl_fish_path_fitness -babl_html_dump = $(top_builddir)/tests/babl-html-dump +babl_fish_path_dhtml = $(top_builddir)/tests/babl_fish_path_dhtml$(EXEEXT) +babl_fish_path_fitness = $(top_builddir)/tests/babl_fish_path_fitness$(EXEEXT) +babl_html_dump = $(top_builddir)/tests/babl-html-dump$(EXEEXT) .SILENT: SUBDIRS= graphics -- 2.30.2